§ 4.161 - [embrace] Built-InMnemonic aid: embrace for EMBRACE new functionality See also: [include] This allows you to add, extend, or replace existing built-in functionality. See the embrace-example.py file in the aa_macro repo for specific examples of how to implement your own embracable module. To use an already existing module: [embrace fileName] [embrace alreadyExistingModule.py] As access to the filesystem can present a significant security risk, there is a means to disable this capability when instantiating the class. If noembrace=True then [embrace] does nothing:
mod = macro(noembrace=True)
Keyboard Navigation
, Previous Page . Next Page t TOC i Index |