AutoDoc

Methods

AutoDoc.GetClasses()List[String]
AutoDoc.GetMethods(withClass, withNames, withTypes)List[String]
  • withClass: Boolean

  • withNames: Boolean

  • withTypes: Boolean

AutoDoc.GetMethodSignature(method, withClass, withNames, withTypes)String
  • method: DocMethod

  • withClass: Boolean

  • withNames: Boolean

  • withTypes: Boolean

AutoDoc.GetProperties(withClass)List[String]
  • withClass: Boolean

AutoDoc.GetPythonAPI()DocContainer

Use reflection to generete the Python API List

AutoDoc.HasTag(tag, text)Boolean
  • tag: String

  • text: String

AutoDoc.ReadClass(type, flags)DocContainer
  • type: Type

  • flags: BindingFlags

AutoDoc.ResolveType(param)String
  • param: Type