MethodType#
- class MethodType(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)[ソース]#
ベースクラス:
Enum
MethodType Enum
The HF-style methods are common names which are likely available everywhere. The KS-style methods are not available for all drivers. Please check the specific driver documentation for details.
Attributes
- RHF = 'rhf'#
- ROHF = 'rohf'#
- UHF = 'uhf'#
- RKS = 'rks'#
- ROKS = 'roks'#
- UKS = 'uks'#