Skip to content

Commit

Permalink
Add type checking (#601) CHANGES.md CONTRIBUTING.md COPYING Dockerfil…
Browse files Browse the repository at this point in the history
…e MANIFEST.in README.md docs extra_requirements.txt mypy.ini pyfakefs requirements.txt setup.cfg setup.py tox.ini Add basic mypy configuration file CHANGES.md CONTRIBUTING.md COPYING Dockerfile MANIFEST.in README.md docs extra_requirements.txt mypy.ini pyfakefs requirements.txt setup.cfg setup.py tox.ini Move setters next to getters (see python/mypy#1465)
 CHANGES.md CONTRIBUTING.md COPYING Dockerfile MANIFEST.in README.md docs extra_requirements.txt mypy.ini pyfakefs requirements.txt setup.cfg setup.py tox.ini Fix open modes namedtuple name consistency
 CHANGES.md CONTRIBUTING.md COPYING Dockerfile MANIFEST.in README.md docs extra_requirements.txt mypy.ini pyfakefs requirements.txt setup.cfg setup.py tox.ini Fix fake file size mypy errors
 CHANGES.md CONTRIBUTING.md COPYING Dockerfile MANIFEST.in README.md docs extra_requirements.txt mypy.ini pyfakefs requirements.txt setup.cfg setup.py tox.ini Ignore missing attributes of pathlib, ignore invalid type for parent
 CHANGES.md CONTRIBUTING.md COPYING Dockerfile MANIFEST.in README.md docs extra_requirements.txt mypy.ini pyfakefs requirements.txt setup.cfg setup.py tox.ini Fix pure path parent type
 CHANGES.md CONTRIBUTING.md COPYING Dockerfile MANIFEST.in README.md docs extra_requirements.txt mypy.ini pyfakefs requirements.txt setup.cfg setup.py tox.ini Ignore module spec type error
 CHANGES.md CONTRIBUTING.md COPYING Dockerfile MANIFEST.in README.md docs extra_requirements.txt mypy.ini pyfakefs requirements.txt setup.cfg setup.py tox.ini Add some patcher class attribute annotations
 CHANGES.md CONTRIBUTING.md COPYING Dockerfile MANIFEST.in README.md docs extra_requirements.txt mypy.ini pyfakefs requirements.txt setup.cfg setup.py tox.ini Add setup.py annotations
  • Loading branch information
CI Build committed May 23, 2021
1 parent b244d38 commit f09c221
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion master/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ <h3>Navigation</h3>
&#169; Copyright 2009 Google Inc. All Rights Reserved.
© Copyright 2014 Altera Corporation. All Rights Reserved.
© Copyright 2014-2021 John McGehee.
Last updated on May 17, 2021.
Last updated on May 23, 2021.
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion master/autopatch.html
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ <h3>Navigation</h3>
&#169; Copyright 2009 Google Inc. All Rights Reserved.
© Copyright 2014 Altera Corporation. All Rights Reserved.
© Copyright 2014-2021 John McGehee.
Last updated on May 17, 2021.
Last updated on May 23, 2021.
</div>
</body>
</html>
Binary file modified master/doctrees/environment.pickle
Binary file not shown.
Binary file modified master/doctrees/modules.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion master/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ <h3>Navigation</h3>
&#169; Copyright 2009 Google Inc. All Rights Reserved.
© Copyright 2014 Altera Corporation. All Rights Reserved.
© Copyright 2014-2021 John McGehee.
Last updated on May 17, 2021.
Last updated on May 23, 2021.
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion master/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ <h3>Navigation</h3>
&#169; Copyright 2009 Google Inc. All Rights Reserved.
© Copyright 2014 Altera Corporation. All Rights Reserved.
© Copyright 2014-2021 John McGehee.
Last updated on May 17, 2021.
Last updated on May 23, 2021.
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion master/intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ <h3>Navigation</h3>
&#169; Copyright 2009 Google Inc. All Rights Reserved.
© Copyright 2014 Altera Corporation. All Rights Reserved.
© Copyright 2014-2021 John McGehee.
Last updated on May 17, 2021.
Last updated on May 23, 2021.
</div>
</body>
</html>
14 changes: 7 additions & 7 deletions master/modules.html
Original file line number Diff line number Diff line change
Expand Up @@ -733,18 +733,18 @@ <h2>Fake filesystem classes<a class="headerlink" href="#fake-filesystem-classes"
</table>
</dd></dl>

<dl class="attribute">
<dt id="pyfakefs.fake_filesystem.FakeFile.path">
<code class="descname">path</code><a class="headerlink" href="#pyfakefs.fake_filesystem.FakeFile.path" title="Permalink to this definition"></a></dt>
<dd><p>Return the full path of the current object.</p>
</dd></dl>

<dl class="attribute">
<dt id="pyfakefs.fake_filesystem.FakeFile.size">
<code class="descname">size</code><a class="headerlink" href="#pyfakefs.fake_filesystem.FakeFile.size" title="Permalink to this definition"></a></dt>
<dd><p>Return the size in bytes of the file contents.</p>
</dd></dl>

<dl class="attribute">
<dt id="pyfakefs.fake_filesystem.FakeFile.path">
<code class="descname">path</code><a class="headerlink" href="#pyfakefs.fake_filesystem.FakeFile.path" title="Permalink to this definition"></a></dt>
<dd><p>Return the full path of the current object.</p>
</dd></dl>

</dd></dl>

<dl class="class">
Expand Down Expand Up @@ -1261,7 +1261,7 @@ <h3>Navigation</h3>
&#169; Copyright 2009 Google Inc. All Rights Reserved.
© Copyright 2014 Altera Corporation. All Rights Reserved.
© Copyright 2014-2021 John McGehee.
Last updated on May 17, 2021.
Last updated on May 23, 2021.
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion master/py-modindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ <h3>Navigation</h3>
&#169; Copyright 2009 Google Inc. All Rights Reserved.
© Copyright 2014 Altera Corporation. All Rights Reserved.
© Copyright 2014-2021 John McGehee.
Last updated on May 17, 2021.
Last updated on May 23, 2021.
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion master/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ <h3>Navigation</h3>
&#169; Copyright 2009 Google Inc. All Rights Reserved.
© Copyright 2014 Altera Corporation. All Rights Reserved.
© Copyright 2014-2021 John McGehee.
Last updated on May 17, 2021.
Last updated on May 23, 2021.
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion master/usage.html
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,7 @@ <h3>Navigation</h3>
&#169; Copyright 2009 Google Inc. All Rights Reserved.
© Copyright 2014 Altera Corporation. All Rights Reserved.
© Copyright 2014-2021 John McGehee.
Last updated on May 17, 2021.
Last updated on May 23, 2021.
</div>
</body>
</html>

0 comments on commit f09c221

Please sign in to comment.