|
Let us walk on the 3-isogeny graph
|
Functions | |
| int|None | get_fileno (IO[str] file_like) |
| int | None get_fileno | ( | IO[str] | file_like | ) |
Get fileno() from a file, accounting for poorly implemented file-like objects.
Args:
file_like (IO): A file-like object.
Returns:
int | None: The result of fileno if available, or None if operation failed.
Definition at line 6 of file _fileno.py.
References i.