mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-23 13:00:17 +00:00
Update pkpy.pyi
This commit is contained in:
parent
52bd04ba45
commit
054987a241
@ -18,6 +18,9 @@ def memory_usage() -> str:
|
||||
def is_user_defined_type(t: type) -> bool:
|
||||
"""Check if a type is user-defined. This means the type was created by executing python `class` statement."""
|
||||
|
||||
def enable_full_buffering_mode() -> None:
|
||||
"""Enable full buffering mode for ASCII drawings."""
|
||||
|
||||
def currentvm() -> int:
|
||||
"""Return the current VM index."""
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user