Directives¶
Contains directive classes
-
class
ahk.directives.
Directive
(**kwargs)[source]¶ Simple directive class They are designed to be hashable and comparable with string equivalent of AHK directive. Directives that don’t require arguments do not need to be instantiated.
-
class
ahk.directives.
DirectiveMeta
[source]¶ Overrides __str__ so directives with no arguments can be used without instantiation Overrides __hash__ to make objects ‘unique’ based upon a hash of the str representation