MCPcopy Create free account
hub / github.com/carbonengine/trinity / PySaveAsync

Function PySaveAsync

trinity/Tr2HostBitmap_Blue.cpp:255–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255static PyObject* PySaveAsync( PyObject* self, PyObject* args )
256{
257 return PythonSave( self, args, true );
258}
259
260static PyObject* PySave( PyObject* self, PyObject* args )
261{

Callers

nothing calls this directly

Calls 1

PythonSaveFunction · 0.70

Tested by

no test coverage detected