class documentation
class FunctionChild(TemplateElement): (source)
Constructor: FunctionChild(docgetter, ob, extras, loader)
Undocumented
| Method | __init__ |
Undocumented |
| Method | anchor |
Undocumented |
| Method | class_ |
Undocumented |
| Method | decorator |
Undocumented |
| Method | function |
Undocumented |
| Method | function |
Undocumented |
| Method | function |
Undocumented |
| Method | object |
Undocumented |
| Method | overloads |
Undocumented |
| Method | short |
Undocumented |
| Method | source |
Undocumented |
| Class Variable | filename |
Undocumented |
| Instance Variable | docgetter |
Undocumented |
| Instance Variable | ob |
Undocumented |
| Instance Variable | _function |
Undocumented |
Inherited from TemplateElement:
| Class Method | lookup |
Lookup the element ITemplateLoader with the TemplateLookup. |
def __init__(self, docgetter:
util.DocGetter, ob: Function, extras: list[ Flattenable], loader: ITemplateLoader):
(source)
¶
Undocumented