Cope 2.5.0
My personal "standard library" of all the generally useful code I've written for various projects over the years
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 NCope
 NboilerplateSome stuff that I always forget the syntax for, or things which are useful so you don't have to retype them
 CCommonResponsesA collection of default responses for inputs
 NdebuggingFunctions & classes that can be useful for debugging
 CDebug
 CUndefined
 NdecoratorsMiscellaneous decorators that can be useful
 CEpistemologicalWarningThis is a joke/pet peeve of mine for people who say they're 100% confident in something
 Nexperimental
 N_config
 C_ConfigSingleton
 Niterables
 CMultiAccessDictExactly the same thing as a regular dict, except you can get and set multiple items at once, and it returns a list of the asked for items, or sets all of the items to the specified value
 Nlinalg
 CSpace
 Nlogging
 CLogLevel
 NPsuedonym
 CPsuedonymA string that is equal to a bunch of other strings
 Ntiming
 CgetTimeA class to use with a with statement like so: with getTime('sleep'): time.sleep(10) It will then print how long the enclosed code took to run
 NgymFunctions & classes that extend the gymnasium library
 CSimpleGymA simplified Gymnasium enviorment that uses pygame and handles some stuff for you, like rendering keeping track of steps, returning the right things from the right functions, event handling, including some default keyboard shortcuts, and some debugging features
 NmiscA bunch of miscellaneous functions and classes that might be useful
 CRedirectStd
 NstreamlitFunctions & classes that extend the streamlit library If ss is not found in this module, it means you don't have streamlit installed
 CSSA better streamlit.session_state interface