Read-only mapping that turns a ()-suffix in key names into an invocation of the key rather than a lookup of the key.

Implementation support for formatWithCall.

Method __init__
Method __getitem__ Look up an item in the submapping for this CallMapping, calling it if key ends with "()".
def __init__(self, submapping):
ParameterssubmappingAnother read-only mapping which will be used to look up items.
def __getitem__(self, key):

Look up an item in the submapping for this CallMapping, calling it if key ends with "()".

API Documentation for twisted, generated by pydoctor at 2020-03-25 17:34:30.