carb Functions#
Functions Summary:
Simple lightweight unbounded cache. Sometimes called “memoize”. |
|
Decorator which can be used to mark functions or classes as deprecated. It will result in warn log when the function is used or a class is instantiated. |
|
Log deprecation message. |
|
Decorator factory to apply update_wrapper() to a wrapper function |
|
answer_question(question: str) -> str |
|
breakpoint() -> None |
|
get_framework() -> carb::Framework |
|
log(source: str, level: int, fileName: str, functionName: str, lineNumber: int, message: str) -> None |
|
wait_for_native_debugger(timeout: float = -1.0, stop: bool = False, quiet: bool = False) -> bool |