Files
iperov-DeepFaceLab/facelib
cclauss 93ee889597 Identity is not the same thing as equality in Python (#291)
Use ==/!= to compare str, bytes, and int literals
$ python
```python
>>> method = 'Mi'
>>> method += 'n'
>>> method == 'Min'
True
>>> method is 'Min'
False
```
2019-06-27 21:10:22 +04:00
..
2019-03-11 10:26:03 +04:00
2019-03-19 23:53:27 +04:00
2019-03-19 23:53:27 +04:00
_
2019-04-23 17:03:53 +04:00
_
2019-04-28 16:29:32 +04:00
2018-06-04 17:12:43 +04:00
2019-02-19 17:33:12 +04:00
2019-02-19 17:33:12 +04:00
2019-02-19 17:33:12 +04:00
_
2019-04-30 17:14:02 +04:00
2019-03-21 11:58:54 +04:00