MCPcopy Create free account

hub / github.com/OpenAssetIO/OpenAssetIO / functions

Functions2,100 in github.com/OpenAssetIO/OpenAssetIO

↓ 3 callersMethod__cmake
Execute `cmake` as a subprocess with given arguments. @param args: Command-line arguments to pass to `cmake`.
src/openassetio-python/setup.py:88
↓ 3 callersMethod__testPreflightError
( self, entity_reference, traits_data, expected_error_message, expected_error_code )
src/openassetio-python/package/openassetio/test/manager/apiComplianceSuite.py:644
↓ 3 callersMethodaddTraits
src/openassetio-core/src/trait/TraitsData.cpp:112
↓ 3 callersMethodavailableUIDelegates
src/openassetio-ui/src/ui/hostApi/UIDelegateFactory.cpp:52
↓ 3 callersMethodcreateEntityReferenceIfValid
src/openassetio-core/src/hostApi/Manager.cpp:201
↓ 3 callersMethodcreateUIDelegateForInterface
src/openassetio-ui/src/ui/hostApi/UIDelegateFactory.cpp:61
↓ 3 callersMethoddebugApi
src/openassetio-core/src/log/LoggerInterface.cpp:17
↓ 3 callersMethodentityExists
src/openassetio-python/cmodule/src/managerApi/ManagerInterfaceBinding.cpp:102
↓ 3 callersMethodentityTraits
* Override to retrieve the traits of provided entities from the * database. * * Only read access is supported. */
examples/manager/SimpleCppManager/src/SimpleCppManager.cpp:282
↓ 3 callersMethodidentifier
(self)
src/openassetio-python/package/openassetio/test/manager/_implementation.py:218
↓ 3 callersMethodidentifiers
src/openassetio-core/src/pluginSystem/HybridPluginSystemManagerImplementationFactory.cpp:326
↓ 3 callersMethodinstantiate
Creates an instance of the @fqref{ui.managerApi.UIDelegateInterface} "UIDelegateInterface" with the specified identifier.
src/openassetio-python/package/openassetio/ui/pluginSystem/PythonPluginSystemUIDelegateImplementationFactory.py:130
↓ 3 callersMethodinstantiate
Creates an instance of the @fqref{managerApi.ManagerInterface}"ManagerInterface" with the specified identifier. @par
src/openassetio-python/package/openassetio/pluginSystem/PythonPluginSystemManagerImplementationFactory.py:127
↓ 3 callersMethodisAbsoluteDrivePath
src/openassetio-core/src/utils/path/windows/detail.cpp:122
↓ 3 callersMethodisInvalidHostname
src/openassetio-core/src/utils/path/windows/detail.cpp:129
↓ 3 callersMethodisSeverityLogged
(self, severity)
src/openassetio-python/tests/conftest.py:589
↓ 3 callersFunctionmake_exception
(exception_type)
src/openassetio-python/tests/cmodule/test_errors.py:141
↓ 3 callersMethodnext
(self, hostSession)
src/openassetio-python/tests/conftest.py:611
↓ 3 callersMethodreplaceTerms
Substitutes any valid terminology tokens in the input string with those appropriate to the current Manager. These tokens are
src/openassetio-python/package/openassetio/hostApi/terminology.py:95
↓ 3 callersMethodstateChangedCallback
src/openassetio-ui/tests/UIDelegateRequestStateTest.cpp:75
↓ 3 callersFunctionsuite_module
Loads and returns the specified test suite module
src/openassetio-python/tests/package/test/manager/test_harness.py:478
↓ 3 callersMethodupdateRequestCallback
src/openassetio-ui/tests/UIDelegateRequestStateTest.cpp:84
↓ 2 callersFunctionEntityReferencePagerInterface
* Deleted copy constructor. * * Copying of pagers is disallowed, for convenience of implementation. * * However, be aware that multiple re
src/openassetio-core/include/openassetio/managerApi/EntityReferencePagerInterface.hpp:60
↓ 2 callersFunctionPYBIND11_OVERRIDE_PURE
src/openassetio-python/tests/cmodule/resources/_testutils/PyRetainingSharedPtrTest.cpp:30
↓ 2 callersFunctionUIDelegateState
src/openassetio-ui/include/openassetio/ui/hostApi/UIDelegateState.hpp:105
↓ 2 callersMethod__assert_multiple_references
( self, entity_traits_access, first_ref, first_trait_set, second_ref,
src/openassetio-python/package/openassetio/test/manager/apiComplianceSuite.py:409
↓ 2 callersMethod__pager_page_iter
(pager)
src/openassetio-python/package/openassetio/test/manager/apiComplianceSuite.py:1122
↓ 2 callersMethod__scan
Scans for PythonPluginSystemUIDelegatePlugins, and registers them with the factory instance.
src/openassetio-python/package/openassetio/ui/pluginSystem/PythonPluginSystemUIDelegateImplementationFactory.py:102
↓ 2 callersMethod__scan
Scans for PythonPluginSystemManagerPlugins, and registers them with the factory instance.
src/openassetio-python/package/openassetio/pluginSystem/PythonPluginSystemManagerImplementationFactory.py:100
↓ 2 callersMethod__testRegisterError
(self, fixture_name, errorCode)
src/openassetio-python/package/openassetio/test/manager/apiComplianceSuite.py:710
↓ 2 callersMethod__test_getWithRelationship_error
( self, entity_reference, relationship_trait_set, expected_error_code,
src/openassetio-python/package/openassetio/test/manager/apiComplianceSuite.py:1045
↓ 2 callersMethod__test_getWithRelationships_error
( self, entity_reference, relationship_trait_set, expected_error_code,
src/openassetio-python/package/openassetio/test/manager/apiComplianceSuite.py:1073
↓ 2 callersMethod_make_expected_default_entity_err_msg
(self, batch_element_error, access, trait_set)
src/openassetio-python/tests/package/hostApi/test_manager.py:1261
↓ 2 callersMethod_make_expected_existence_err_msg
(self, batch_element_error, entityRef)
src/openassetio-python/tests/package/hostApi/test_manager.py:1093
↓ 2 callersMethodassert_callback_overload_errors_with_invalid_batch_element
( self, method_specific_args_for_batch_of_two_with_invalid_element )
src/openassetio-python/tests/package/hostApi/test_manager.py:147
↓ 2 callersMethodassert_callback_overload_errors_with_mixed_array_lengths
( self, batched_method_specific_args_for_batch_of_two, nonbatched_remaining_method_spe
src/openassetio-python/tests/package/hostApi/test_manager.py:119
↓ 2 callersFunctionassert_expected_manager
(mock_host_interface, mock_manager_interface)
src/openassetio-python/tests/package/hostApi/test_managerfactory.py:489
↓ 2 callersMethodassert_expected_path
(self, url_map, url_path_converter)
src/openassetio-python/tests/package/utils/test_FileUrlPathConverter.py:141
↓ 2 callersFunctionassert_expected_ui_delegate
(mock_host_interface, mock_ui_delegate_interface)
src/openassetio-python/tests/package/ui/hostApi/test_uidelegatefactory.py:515
↓ 2 callersMethodassert_expected_url
(self, url_map, url_path_converter)
src/openassetio-python/tests/package/utils/test_FileUrlPathConverter.py:84
↓ 2 callersFunctioncatchCommonExceptionAsCode
src/openassetio-core-c/src/InfoDictionary.cpp:37
↓ 2 callersFunctioncheckBasicPrintableContains
(value, expected_str, expected_repr=None)
src/openassetio-python/tests/package/utils/test_printable.py:44
↓ 2 callersFunctioncheckBasicPrintableContains
src/openassetio-core/tests/utils/PrintableTest.cpp:37
↓ 2 callersFunctionconfigPathFromEnvVar
* Retrieve a path to a configuration file from an environment variable, * and log success or failure. * * @param logger Logger to report progress o
src/private/include/openassetio/private/hostApi/factory.hpp:66
↓ 2 callersMethodcontainsUpwardsTraversal
src/openassetio-core/src/utils/path/windows/detail.cpp:96
↓ 2 callersMethodcritical
src/openassetio-core/src/log/LoggerInterface.cpp:29
↓ 2 callersMethoddefaultEntityReference
src/openassetio-python/cmodule/src/managerApi/ManagerInterfaceBinding.cpp:139
↓ 2 callersMethoddefaultEntityReference
examples/manager/SimpleCppManager/src/SimpleCppManager.cpp:447
↓ 2 callersMethoddisplayName
(self)
src/openassetio-python/tests/conftest.py:569
↓ 2 callersFunctiondlerror
* Implement POSIX dlerror for Windows. * * Diverge from POSIX by returning a std::string rather than char*, so * we don't have to worry about keepi
src/openassetio-core/src/pluginSystem/CppPluginSystem.cpp:75
↓ 2 callersMethodentityExists
examples/manager/SimpleCppManager/src/SimpleCppManager.cpp:433
↓ 2 callersMethodentityReferences
src/openassetio-ui/src/ui/hostApi/UIDelegateState.cpp:31
↓ 2 callersMethodentityTraits
src/openassetio-python/cmodule/src/managerApi/ManagerInterfaceBinding.cpp:129
↓ 2 callersMethodentityTraitsDatas
src/openassetio-ui/src/ui/hostApi/UIDelegateState.cpp:35
↓ 2 callersFunctionerrorCodeName
src/openassetio-core/src/errors/exceptionMessages.cpp:26
↓ 2 callersFunctionextractExceptionMessage
src/openassetio-core-c/src/errors.hpp:44
↓ 2 callersFunctionextract_comparable_values_from_enum_values
(*enum_values)
src/openassetio-python/tests/conftest.py:253
↓ 2 callersMethodgetWithRelationship
src/openassetio-python/cmodule/src/managerApi/ManagerInterfaceBinding.cpp:149
↓ 2 callersMethodgetWithRelationship
examples/manager/SimpleCppManager/src/SimpleCppManager.cpp:463
↓ 2 callersMethodgetWithRelationships
examples/manager/SimpleCppManager/src/SimpleCppManager.cpp:483
↓ 2 callersMethodheldObject1
src/openassetio-python/tests/cmodule/resources/_testutils/PyRetainingSharedPtrTest.cpp:123
↓ 2 callersMethodheldObject2
src/openassetio-python/tests/cmodule/resources/_testutils/PyRetainingSharedPtrTest.cpp:124
↓ 2 callersMethodheldObject3
src/openassetio-python/tests/cmodule/resources/_testutils/PyRetainingSharedPtrTest.cpp:127
↓ 2 callersMethodidentifier
(self)
src/openassetio-python/tests/conftest.py:566
↓ 2 callersMethodidentifier
src/openassetio-core/src/hostApi/Manager.cpp:110
↓ 2 callersMethodidentifier
(self)
examples/manager/SimpleCppManager/tests/test_SimpleCppManager.py:448
↓ 2 callersFunctionidentifierAndSettingsFromConfigFile
* Extract the identifier and settings from a TOML-formatted config * file. * * @param logger Logger to log progress. * * @param configPath Path t
src/private/include/openassetio/private/hostApi/factory.hpp:96
↓ 2 callersMethodidentifiers
Returns the identifiers known to the plugin system. If @ref scan has not been called, then this will be empty. @return `Lis
src/openassetio-python/package/openassetio/pluginSystem/PythonPluginSystem.py:215
↓ 2 callersMethodidentifiers
(self)
src/openassetio-python/tests/package/hostApi/test_managerfactory.py:607
↓ 2 callersMethodidentifiers
(self)
src/openassetio-python/tests/package/ui/hostApi/test_uidelegatefactory.py:639
↓ 2 callersMethodidentifiers
(self)
src/openassetio-python/tests/package/ui/pluginSystem/test_hybridpluginsystemuidelegateimplementationfactory.py:215
↓ 2 callersMethodidentifiers
(self)
src/openassetio-python/tests/cmodule/gil/test_uidelegatefactory_gil.py:219
↓ 2 callersMethodidentifiers
src/openassetio-ui/src/ui/pluginSystem/HybridPluginSystemUIDelegateImplementationFactory.cpp:40
↓ 2 callersMethodidentifiers
src/openassetio-core/src/hostApi/ManagerFactory.cpp:42
↓ 2 callersMethodinfo
Override base class implementation to add @fqref{constants.kInfoKey_IsPython} "kInfoKey_IsPython". @see @fqref{hostApi.HostI
src/openassetio-python/package/openassetio/hostApi/HostInterface.py:34
↓ 2 callersMethodinfo
(self)
src/openassetio-python/tests/conftest.py:572
↓ 2 callersMethodinfo
src/openassetio-core/src/hostApi/Manager.cpp:119
↓ 2 callersMethodinstantiate
(self, identifier)
src/openassetio-python/tests/package/ui/pluginSystem/test_hybridpluginsystemuidelegateimplementationfactory.py:218
↓ 2 callersMethodinterface
(cls)
src/openassetio-python/tests/package/test/manager/resources/plugins/StubManager.py:84
↓ 2 callersMethodload
src/openassetio-python/cmodule/src/PyRetainingSharedPtr.hpp:112
↓ 2 callersMethodmake
src/openassetio-python/tests/cmodule/resources/_testutils/gilTest.cpp:139
↓ 2 callersMethodmakeFromPtrValue
src/openassetio-python/tests/cmodule/resources/_testutils/PyRetainingSharedPtrTest.cpp:72
↓ 2 callersMethodmanagementPolicy
* Override to provide policy based on configuration. * * For each trait set in @p traitSets, determine if any entity in the * database has al
examples/manager/SimpleCppManager/src/SimpleCppManager.cpp:194
↓ 2 callersMethodnativeData
src/openassetio-ui/src/ui/hostApi/UIDelegateState.cpp:29
↓ 2 callersFunctionoa_InfoDictionary_dtor
src/openassetio-core-c/src/InfoDictionary.cpp:126
↓ 2 callersFunctionoa_InfoDictionary_size
src/openassetio-core-c/src/InfoDictionary.cpp:130
↓ 2 callersFunctionoa_InfoDictionary_typeOf
src/openassetio-core-c/src/InfoDictionary.cpp:134
↓ 2 callersFunctionoa_hostApi_Manager_ctor
src/openassetio-core-c/src/hostApi/Manager.cpp:28
↓ 2 callersFunctionoa_hostApi_Manager_displayName
src/openassetio-core-c/src/hostApi/Manager.cpp:60
↓ 2 callersFunctionoa_hostApi_Manager_dtor
src/openassetio-core-c/src/hostApi/Manager.cpp:46
↓ 2 callersFunctionoa_hostApi_Manager_identifier
src/openassetio-core-c/src/hostApi/Manager.cpp:50
↓ 2 callersFunctionoa_hostApi_Manager_info
src/openassetio-core-c/src/hostApi/Manager.cpp:70
↓ 2 callersMethodotherValue
(self)
src/openassetio-python/tests/cmodule/test_PyRetainingSharedPtr.py:270
↓ 2 callersMethodpopulateUI
src/openassetio-ui/src/ui/hostApi/UIDelegate.cpp:81
↓ 2 callersMethodpreflight
examples/manager/SimpleCppManager/src/SimpleCppManager.cpp:503
↓ 2 callersMethodprogress
src/openassetio-core/src/log/LoggerInterface.cpp:23
↓ 2 callersFunctionpyBoolListFromUintVector
src/openassetio-python/cmodule/src/hostApi/ManagerBinding.cpp:39
↓ 2 callersMethodremoveTrailingDotsInPathSegments
src/openassetio-core/src/utils/path/windows/detail.cpp:100
↓ 2 callersMethodresolve
src/openassetio-python/cmodule/src/managerApi/ManagerInterfaceBinding.cpp:120
↓ 2 callersMethodresolve
* Override to retrieve the properties of provided entities from the * database. * * Only read access is supported. */
examples/manager/SimpleCppManager/src/SimpleCppManager.cpp:329
← previousnext →201–300 of 2,100, ranked by callers