ObjectKind

class emlib.doctools.ObjectKind(value)[source]

Bases: Enum

An enumeration.

Attributes Summary

Attribute

Class

Function

Method

Property

Unknown

Attributes Documentation

Attribute = 'Attribute'
Class = 'Class'
Function = 'Function'
Method = 'Method'
Property = 'Property'
Unknown = 'Unknown'