soiz1's picture
Upload folder using huggingface_hub
8f3f8db verified
raw
history blame contribute delete
204 Bytes
utilities
builtin: sel
"Answer true if the given selector is one of the builtin selectors."
^ sel = #error:
or: [(self memoryAccessSelectors includes: sel)
or: [translationDict includesKey: sel]]