(self, *, i: int, j: Optional[int] = None)
| 99 | """ |
| 100 | |
| 101 | def format(self, *, i: int, j: Optional[int] = None) -> str: ... |
| 102 | |
| 103 | |
| 104 | IndexedAttributeMap = Dict[IndexedAttribute, str] # target_attribute_key: source_attribute |
no outgoing calls
no test coverage detected