You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the library has available operations | (or) and & (and) on types, but to correspond to all binary operations there is not enough ! (not) operation.
Need to add the ability for not_ to be executed in the isinstance function with the corresponding functionality in this form:
Currently, the library has available operations
|
(or) and&
(and) on types, but to correspond to all binary operations there is not enough!
(not) operation.Need to add the ability for
not_
to be executed in theisinstance
function with the corresponding functionality in this form:The text was updated successfully, but these errors were encountered: