Inspect Module â
This module is used to ask for required functions or things.
inspect.ScreenSize â
go
inspect.ScreenSize(cols,lines) -> str
Checks that screen size is sufficient to project.
Args:
cols (int) > takes columns as arg.
lines (int) > takes lines as arg.
Showcase :
inspect.is_func â
go
inspect.is_func(function) -> str
An extension of os.is_func.