(self, *args, **kwargs)
| 4 | |
| 5 | class SToFMTranscriptomeTokenizer(TranscriptomeTokenizer): |
| 6 | def __init__(self, *args, **kwargs): |
| 7 | super().__init__(*args, **kwargs) |
| 8 | |
| 9 | def tokenize_anndata(self, data): |
| 10 | if self.custom_attr_name_dict is not None: |
nothing calls this directly
no outgoing calls
no test coverage detected