(
self: SyncClientProtocol, name: str, path: str | None = Path.root_path()
)
| 284 | |
| 285 | @overload |
| 286 | def objlen( |
| 287 | self: SyncClientProtocol, name: str, path: str | None = Path.root_path() |
| 288 | ) -> int | list[int | None] | None: ... |
| 289 | |
| 290 | @overload |
| 291 | def objlen( |