LostTech.TensorFlow : API Documentation

Type inspect_utils

Namespace tensorflow.python.autograph.pyct.inspect_utils

Public static methods

object getdefiningclass(object m, PythonFunctionContainer owner_class)

object getdefiningclass(object m, string owner_class)

object getdefiningclass(object m, object owner_class)

object getdefiningclass(PythonModuleContainer m, string owner_class)

object getdefiningclass(PythonModuleContainer m, object owner_class)

object getdefiningclass(PythonFunctionContainer m, string owner_class)

object getdefiningclass(PythonModuleContainer m, PythonFunctionContainer owner_class)

object getdefiningclass(PythonFunctionContainer m, PythonFunctionContainer owner_class)

object getdefiningclass(PythonFunctionContainer m, object owner_class)

object getdefiningclass_dyn(object m, object owner_class)

object getfutureimports(PythonFunctionContainer entity)

object getfutureimports(object entity)

object getfutureimports_dyn(object entity)

IList<string> getimmediatesource(PythonFunctionContainer obj)

IList<string> getimmediatesource(object obj)

object getimmediatesource_dyn(object obj)

object getmethodclass(PythonModuleContainer m)

object getmethodclass(object m)

object getmethodclass(PythonFunctionContainer m)

object getmethodclass_dyn(object m)

object getmethodself(PythonFunctionContainer m)

object getmethodself(PythonModuleContainer m)

object getmethodself(object m)

object getmethodself_dyn(object m)

IDictionary<object, object> getnamespace(object f)

IDictionary<object, object> getnamespace(PythonFunctionContainer f)

object getnamespace_dyn(object f)

string getqualifiedname(IDictionary<string, object> namespace, PythonClassContainer object_, int max_depth, IEnumerable<object> visited)

string getqualifiedname(IDictionary<string, object> namespace, PythonModuleContainer object_, int max_depth, IEnumerable<object> visited)

string getqualifiedname(IDictionary<string, object> namespace, object object_, int max_depth, IEnumerable<object> visited)

object getqualifiedname_dyn(object namespace, object object_, ImplicitContainer<T> max_depth, object visited)

bool isbuiltin(object f)

bool isbuiltin(PythonFunctionContainer f)

object isbuiltin_dyn(object f)

bool islambda(object f)

object islambda_dyn(object f)

bool isnamedtuple(object f)

bool isnamedtuple(PythonModuleContainer f)

bool isnamedtuple(PythonFunctionContainer f)

object isnamedtuple_dyn(object f)

bool istfmethodtarget(PythonFunctionContainer m)

bool istfmethodtarget(PythonModuleContainer m)

bool istfmethodtarget(object m)

object istfmethodtarget_dyn(object m)

Public properties

PythonFunctionContainer getdefiningclass_fn get;

PythonFunctionContainer getfutureimports_fn get;

PythonFunctionContainer getimmediatesource_fn get;

PythonFunctionContainer getmethodclass_fn get;

PythonFunctionContainer getmethodself_fn get;

PythonFunctionContainer getnamespace_fn get;

PythonFunctionContainer getqualifiedname_fn get;

PythonFunctionContainer isbuiltin_fn get;

PythonFunctionContainer islambda_fn get;

PythonFunctionContainer isnamedtuple_fn get;

PythonFunctionContainer istfmethodtarget_fn get;

IDictionary<string, object> SPECIAL_BUILTINS get; set;

object SPECIAL_BUILTINS_dyn get; set;