Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenAssetIO/OpenAssetIO
/ functions
Functions
2,100 in github.com/OpenAssetIO/OpenAssetIO
⨍
Functions
2,100
◇
Types & classes
606
↳
Endpoints
1
↓ 6 callers
Method
assert_batch_variant_overload_mixed_output_out_of_order
( self, method_specific_args_for_batch_of_four, two_success_results )
src/openassetio-python/tests/package/hostApi/test_manager.py:472
↓ 6 callers
Method
assert_batched_throwing_overload_raises
( self, method_specific_args_for_batch_of_two, batch_element_error, expected_e
src/openassetio-python/tests/package/hostApi/test_manager.py:551
↓ 6 callers
Method
assert_callback_overload_wraps_the_corresponding_method_of_the_held_interface
( self, method_specific_args_for_batch_of_two, one_success_result )
src/openassetio-python/tests/package/hostApi/test_manager.py:89
↓ 6 callers
Method
assert_singular_overload_default_response
Check the default response when the manager doesn't call a callback.
src/openassetio-python/tests/package/hostApi/test_manager.py:158
↓ 6 callers
Method
assert_singular_overload_success
( self, method_specific_args, batched_method_specific_args, expected_result,
src/openassetio-python/tests/package/hostApi/test_manager.py:259
↓ 6 callers
Method
assert_singular_throwing_overload_raises
( self, method_specific_args, batched_method_specific_args, batch_element_erro
src/openassetio-python/tests/package/hostApi/test_manager.py:510
↓ 6 callers
Method
assert_singular_variant_overload_error
( self, method_specific_args, batched_method_specific_args, )
src/openassetio-python/tests/package/hostApi/test_manager.py:409
↓ 6 callers
Function
checkBasicPrintable
(value, expected_str, expected_repr=None)
src/openassetio-python/tests/package/utils/test_printable.py:36
↓ 6 callers
Function
checkBasicPrintableByCharacters
src/openassetio-core/tests/utils/PrintableTest.cpp:50
↓ 6 callers
Method
close
(self, hostSession)
src/openassetio-python/tests/conftest.py:643
↓ 6 callers
Method
createManager
src/openassetio-core/src/hostApi/ManagerFactory.cpp:50
↓ 6 callers
Method
displayName
src/openassetio-python/tests/cmodule/resources/_testutils/HostInterfaceTest.cpp:17
↓ 6 callers
Function
exc_to_regex
(exc)
src/openassetio-python/tests/package/utils/test_FileUrlPathConverter.py:169
↓ 6 callers
Function
execute_cli
Executes simplerResolver with the supplied args, as per subprocess.run.
examples/host/simpleResolver/test_simpleResolver.py:99
↓ 6 callers
Method
initialize
(self, uiDelegateSettings, hostSession)
src/openassetio-python/tests/conftest.py:640
↓ 6 callers
Method
instantiate
src/openassetio-core/src/pluginSystem/CppPluginSystemManagerImplementationFactory.cpp:64
↓ 6 callers
Function
invoke_getWithRelationship_error_cb
(mock_manager_interface)
src/openassetio-python/tests/package/hostApi/test_manager.py:3520
↓ 6 callers
Function
invoke_getWithRelationship_success_cb
(mock_manager_interface)
src/openassetio-python/tests/package/hostApi/test_manager.py:3493
↓ 6 callers
Method
isEntityReferenceString
* Override to check string based on configured prefix. * * Prefix must be provided by the "prefix" setting. */
examples/manager/SimpleCppManager/src/SimpleCppManager.cpp:270
↓ 6 callers
Method
log
(self, severity, message)
src/openassetio-python/tests/conftest.py:586
↓ 6 callers
Method
next
(self, hostSession)
src/openassetio-python/tests/package/hostApi/test_manager.py:1296
↓ 6 callers
Method
persistenceTokenForContext
src/openassetio-core/src/hostApi/Manager.cpp:168
↓ 6 callers
Method
populateUI
(self, uiTraitsData, uiAccess, uiRequest, context, hostSession)
src/openassetio-python/tests/conftest.py:649
↓ 6 callers
Function
regex_matcher
()
src/openassetio-python/tests/conftest.py:57
↓ 6 callers
Method
removeTrailingSlashesInPathSegments
src/openassetio-core/src/utils/path/windows/detail.cpp:104
↓ 6 callers
Method
scan_entry_points
Searches packages for entry points that define a PythonPluginSystemPlugin through a given top-level variable. @note The orde
src/openassetio-python/package/openassetio/pluginSystem/PythonPluginSystem.py:166
↓ 6 callers
Method
stateChangedCallback
(self)
src/openassetio-python/tests/conftest.py:672
↓ 6 callers
Method
substituteToReduceSize
src/openassetio-core/src/utils/Regex.cpp:100
↓ 6 callers
Method
updateRequestCallback
(self)
src/openassetio-python/tests/conftest.py:695
↓ 5 callers
Method
ConsoleLogger
src/openassetio-core/src/log/ConsoleLogger.cpp:24
↓ 5 callers
Method
__testResolution
(self, references, traits, resolve_access, expected_traits)
src/openassetio-python/package/openassetio/test/manager/apiComplianceSuite.py:531
↓ 5 callers
Method
availableManagers
src/openassetio-core/src/hostApi/ManagerFactory.cpp:46
↓ 5 callers
Function
castToPyObject
src/openassetio-python/bridge/src/python/converter.cpp:46
↓ 5 callers
Method
contextFromPersistenceToken
src/openassetio-core/src/hostApi/Manager.cpp:175
↓ 5 callers
Method
createChildContext
src/openassetio-core/src/hostApi/Manager.cpp:157
↓ 5 callers
Method
createChildState
(self, hostSession, parentState)
src/openassetio-python/tests/conftest.py:353
↓ 5 callers
Function
dlclose
* Implement POSIX dlclose for Windows. */
src/openassetio-core/src/pluginSystem/CppPluginSystem.cpp:58
↓ 5 callers
Function
fixturesFromPyFile
Loads a fixtures dict from the specified python file. The supplied path should point to a python file defining a top-level `fixtures` va
src/openassetio-python/package/openassetio/test/manager/harness.py:101
↓ 5 callers
Method
flushCaches
(self, hostSession)
src/openassetio-python/tests/conftest.py:307
↓ 5 callers
Method
hasTrait
src/openassetio-core/src/trait/TraitsData.cpp:114
↓ 5 callers
Method
heldObject
src/openassetio-python/tests/cmodule/resources/_testutils/PyRetainingSharedPtrTest.cpp:45
↓ 5 callers
Method
identifiers
@return `list` All identifiers known to the factory. @see @ref openassetio.ui.pluginSystem.PythonPluginSystemUIDelegatePlugin
src/openassetio-python/package/openassetio/ui/pluginSystem/PythonPluginSystemUIDelegateImplementationFactory.py:118
↓ 5 callers
Method
identifiers
@return list, all identifiers known to the factory. @see @ref openassetio.pluginSystem.PythonPluginSystemManagerPlugin "Pytho
src/openassetio-python/package/openassetio/pluginSystem/PythonPluginSystemManagerImplementationFactory.py:116
↓ 5 callers
Method
instantiate
src/openassetio-ui/src/ui/pluginSystem/CppPluginSystemUIDelegateImplementationFactory.cpp:66
↓ 5 callers
Function
invoke_getWithRelationships_error_cb
(mock_manager_interface)
src/openassetio-python/tests/package/hostApi/test_manager.py:3502
↓ 5 callers
Function
invoke_getWithRelationships_success_cb
(mock_manager_interface)
src/openassetio-python/tests/package/hostApi/test_manager.py:3511
↓ 5 callers
Method
persistenceTokenForState
(self, state, hostSession)
src/openassetio-python/tests/conftest.py:356
↓ 5 callers
Method
preflight
src/openassetio-python/cmodule/src/managerApi/ManagerInterfaceBinding.cpp:179
↓ 5 callers
Method
register_
src/openassetio-python/cmodule/src/managerApi/ManagerInterfaceBinding.cpp:189
↓ 5 callers
Method
requireFixtures
Ensures that the supplied fixtures names are available for a test and returns their values. If any of the named fixtures are
src/openassetio-python/package/openassetio/test/manager/harness.py:283
↓ 5 callers
Method
setFixtures
Sets the fixtures that will be used for test cases loaded by the class. @param fixtures `Dict[Any, Any]` Dictionary of test case fix
src/openassetio-python/package/openassetio/test/manager/_implementation.py:199
↓ 5 callers
Method
stateFromPersistenceToken
(self, token, hostSession)
src/openassetio-python/tests/conftest.py:359
↓ 5 callers
Function
tempfile_with_contents
Returns a uniquely named temporary file, created in the specified dir, with the supplied contents. It is suggested that the caller makes
src/openassetio-python/tests/package/test/manager/test_harness.py:489
↓ 5 callers
Function
throwIfError
* Throw the appropriate exception for given error code, if any. * * @param code Error code. * @param msg Error message to bundle in exception. */
src/openassetio-core-c/src/errors.hpp:22
↓ 5 callers
Method
traitPropertyKeys
src/openassetio-core/src/trait/TraitsData.cpp:126
↓ 4 callers
Function
UIDelegate
src/openassetio-ui/include/openassetio/ui/hostApi/UIDelegate.hpp:342
↓ 4 callers
Function
UIDelegateFactory
src/openassetio-ui/include/openassetio/ui/hostApi/UIDelegateFactory.hpp:297
↓ 4 callers
Function
UIDelegateRequest
src/openassetio-ui/include/openassetio/ui/managerApi/UIDelegateRequest.hpp:103
↓ 4 callers
Method
__assert_error
( self, entity_reference, expected_error_code, expected_error_message,
src/openassetio-python/package/openassetio/test/manager/apiComplianceSuite.py:447
↓ 4 callers
Method
__testResolutionError
( self, fixture_name, resolve_access=ResolveAccess.kRead, errorCode=BatchEleme
src/openassetio-python/package/openassetio/test/manager/apiComplianceSuite.py:550
↓ 4 callers
Function
anyCastToPyObject
* Extract a PyObject* from a std::any, and throw an error if the * std::any does not contain a PyObject*. */
src/openassetio-python/cmodule/src/ui/UIDelegateRequestStateBinding.cpp:120
↓ 4 callers
Function
checkBasicPrintableByCharacters
(value, expected_str, expected_repr=None)
src/openassetio-python/tests/package/utils/test_printable.py:54
↓ 4 callers
Method
collectRequiredFixtures
Performs the same checks as requireFixtures, but stores the fixture values on self under variables of the same name. This me
src/openassetio-python/package/openassetio/test/manager/harness.py:315
↓ 4 callers
Method
createManagerForInterface
src/openassetio-core/src/hostApi/ManagerFactory.cpp:55
↓ 4 callers
Method
createState
(self, hostSession)
src/openassetio-python/tests/conftest.py:350
↓ 4 callers
Method
createUIDelegate
src/openassetio-ui/src/ui/hostApi/UIDelegateFactory.cpp:56
↓ 4 callers
Method
displayName
src/openassetio-core-c/src/managerApi/CManagerInterfaceAdapter.cpp:55
↓ 4 callers
Method
displayName
(self)
src/openassetio-python/package/openassetio/test/manager/_implementation.py:221
↓ 4 callers
Function
errorCodeToMessage
src/openassetio-core/src/utils/Regex.cpp:25
↓ 4 callers
Function
executeFnAndCatch
src/openassetio-python/tests/cmodule/resources/_testutils/errorsTest.cpp:220
↓ 4 callers
Function
executeSuite
Executes the supplied test suite with the given fixtures, optionally passing extra arguments to the underlying unittest framework. @para
src/openassetio-python/package/openassetio/test/manager/harness.py:41
↓ 4 callers
Method
getSeverity
src/openassetio-core/src/log/SeverityFilter.cpp:49
↓ 4 callers
Method
getWithRelationships
src/openassetio-python/cmodule/src/managerApi/ManagerInterfaceBinding.cpp:164
↓ 4 callers
Method
hasCapability
examples/manager/SimpleCppManager/src/SimpleCppManager.cpp:179
↓ 4 callers
Method
hasNext
(self, hostSession)
src/openassetio-python/tests/conftest.py:605
↓ 4 callers
Method
identifier
src/openassetio-core-c/src/managerApi/CManagerInterfaceAdapter.cpp:35
↓ 4 callers
Method
identifiers
src/openassetio-ui/src/ui/pluginSystem/CppPluginSystemUIDelegateImplementationFactory.cpp:56
↓ 4 callers
Method
identifiers
src/openassetio-core/src/pluginSystem/CppPluginSystemManagerImplementationFactory.cpp:54
↓ 4 callers
Method
info
src/openassetio-core-c/src/managerApi/CManagerInterfaceAdapter.cpp:75
↓ 4 callers
Method
initialize
* Override the initialize method to parse settings for data to * regurgitate. * * The "database" of entities is specified as a CSV document i
examples/manager/SimpleCppManager/src/SimpleCppManager.cpp:91
↓ 4 callers
Method
instantiate
(self, identifier)
src/openassetio-python/tests/package/pluginSystem/test_hybridpluginsystemmanagerimplementationfactory.py:1643
↓ 4 callers
Method
instantiate
(self, identifier)
src/openassetio-python/tests/cmodule/gil/test_managerfactory_gil.py:283
↓ 4 callers
Method
instantiate
src/openassetio-ui/src/ui/pluginSystem/HybridPluginSystemUIDelegateImplementationFactory.cpp:54
↓ 4 callers
Method
instantiate
src/openassetio-core/src/pluginSystem/HybridPluginSystemManagerImplementationFactory.cpp:340
↓ 4 callers
Method
isEntityReferenceString
(self, someString, hostSession)
src/openassetio-python/tests/conftest.py:380
↓ 4 callers
Method
loadTestsFromTestCase
Override of base class to additionally inject fixtures and OpenAssetIO @ref manager into test cases. Injects the child dict
src/openassetio-python/package/openassetio/test/manager/_implementation.py:155
↓ 4 callers
Method
log
src/openassetio-core/src/log/ConsoleLogger.cpp:26
↓ 4 callers
Function
mockManagerInterfaceSuite
* Get a ManagerInterface C API function pointer suite that assumes the * provided `handle` is a `MockCManagerInterfaceImpl` instance. */
src/openassetio-core-c/tests/managerApi/MockManagerInterfaceSuite.hpp:48
↓ 4 callers
Function
moduleFromFile
Loads a python module from the specified file, without it needing to be on PYTHONPATH. The file name is used as the module name. This ca
src/openassetio-python/package/openassetio/test/manager/harness.py:126
↓ 4 callers
Method
nativeData
src/openassetio-python/cmodule/src/ui/UIDelegateRequestStateBinding.cpp:86
↓ 4 callers
Method
removeTrailingForwardSlashesInPathSegments
src/openassetio-core/src/utils/path/common.cpp:25
↓ 4 callers
Method
setSeverity
src/openassetio-core/src/log/SeverityFilter.cpp:47
↓ 4 callers
Method
settings
examples/manager/SimpleCppManager/src/SimpleCppManager.cpp:172
↓ 4 callers
Function
str_or_error
(maybe_error, path_or_url)
src/openassetio-python/tests/package/utils/test_FileUrlPathConverter.py:173
↓ 4 callers
Method
test
( self, a_cpp_ui_delegate_plugin_path, plugin_a_identifier, mock_logger,
src/openassetio-python/tests/package/ui/pluginSystem/test_cpppluginsystemuidelegateimplementationfactory.py:153
↓ 4 callers
Method
throwFromOverride
src/openassetio-python/tests/cmodule/resources/_testutils/errorsTest.cpp:306
↓ 4 callers
Method
toUrl
src/openassetio-core/src/utils/path/windows/pathTypes.cpp:23
↓ 4 callers
Method
uiPolicy
(self, uiTraitSet, uiAccess, context, hostSession)
src/openassetio-python/tests/conftest.py:646
↓ 4 callers
Method
withoutTrailingSlashes
src/openassetio-core/src/utils/path/windows/detail.cpp:64
↓ 3 callers
Method
__assert_pager_is_at_end
(self, pager)
src/openassetio-python/package/openassetio/test/manager/apiComplianceSuite.py:1101
← previous
next →
101–200 of 2,100, ranked by callers