{ } Raw JSON

bundles / papyri 0.0.10 / papyri / directives / drop

function

papyri.directives:drop

source: /papyri/directives.py :34

Signature

def   drop ( argument : str options : dict[str, str] content : str )  →  list[Any]

Summary

Directive handler that silently discards the directive and returns nothing.

Extended Summary

Register this for any directive whose content should not appear in the IR

[global.directives]
testsetup = 'papyri.directives:drop'
plot      = 'papyri.directives:drop'

Aliases

  • papyri.directives.drop