aa_macro syntax 
 aa_macro source 
 HTML source 
 HTML render 
Key

§ 4.161 - [embrace] Built-In

Mnemonic 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

Valid HTML 4.01 Loose
 

This manual was generated with wtfm
wtfm uses aa_macro and SqLite
aa_macro uses Python 2.7