GitNexus/gitnexus/test/fixtures/lang-resolution/python-member-calls/user.py
Gergő Magyar 7c3fa5853f
fix(ingestion): classify Python class methods as Method (#1102)
* fix(ingestion): classify Python class methods as Method

* fix(test): align Python large-buffer assertion with Method labels

---------

Co-authored-by: gergo <gergo@Galahad.localdomain>
2026-04-27 09:04:50 +01:00

6 lines
105 B
Python

class User:
def save(self):
return True
def __getitem__(self, key):
return None