Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
third-party
cinema_python
Merge requests
!7
Replace invalid use of 'is' keyword
Code
Review changes
Check out branch
Download
Email patches
Plain diff
Merged
Cory Quammen
requested to merge
cory.quammen/cinema_python:remove-is-usage
into
for/paraview
Mar 03, 2020
Overview
4
Commits
1
Changes
1
'is' checks identity, not equality. In Python 3.8, this usage results in a warning.