| 190 | } |
| 191 | |
| 192 | void |
| 193 | PythonResolver::_RefreshContext( |
| 194 | const ArResolverContext& context) |
| 195 | { |
| 196 | TF_DEBUG(PYTHONRESOLVER_RESOLVER_CONTEXT).Msg("Resolver::_RefreshContext()\n"); |
| 197 | const PythonResolverContext* ctx = this->_GetCurrentContextPtr(); |
| 198 | if (!ctx) { |
| 199 | return; |
| 200 | } |
| 201 | ArNotice::ResolverChanged(*ctx).Send(); |
| 202 | } |
| 203 | |
| 204 | ArTimestamp |
| 205 | PythonResolver::_GetModificationTimestamp( |
nothing calls this directly
no test coverage detected