carb Functions#

Functions Summary:

cache

Simple lightweight unbounded cache. Sometimes called “memoize”.

deprecated

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

Log deprecation message.

log_error

log_info

log_verbose

log_warn

wraps

Decorator factory to apply update_wrapper() to a wrapper function

answer_question

answer_question(question: str) -> str

breakpoint

breakpoint() -> None

get_framework

get_framework() -> carb::Framework

log

log(source: str, level: int, fileName: str, functionName: str, lineNumber: int, message: str) -> None

wait_for_native_debugger

wait_for_native_debugger(timeout: float = -1.0, stop: bool = False, quiet: bool = False) -> bool