Skip to content

Commit

Permalink
Remove monkey-patched core "additions"
Browse files Browse the repository at this point in the history
If someone needs these for their Python - too bad. I do not have time to make sense of them and/or automate their inclusion in the stubs.
  • Loading branch information
leonhard-s committed Jun 8, 2021
1 parent 7e0d956 commit 10e9049
Show file tree
Hide file tree
Showing 20 changed files with 22 additions and 1,836 deletions.
25 changes: 22 additions & 3 deletions qgis-stubs/core.pyi
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
# The PEP 484 type hints stub file for the _core module.
#
# Generated by SIP 4.19.21
# -*- coding: utf-8 -*-

"""
***************************************************************************
__init__.py
---------------------
Date : May 2014
Copyright : (C) 2014 by Nathan Woodrow
Email : woodrow dot nathan at gmail dot com
***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************
"""

__author__ = 'Nathan Woodrow'
__date__ = 'May 2014'
__copyright__ = '(C) 2014, Nathan Woodrow'

import datetime
import typing
Expand Down
724 changes: 0 additions & 724 deletions qgis/core/__init__.py

This file was deleted.

Empty file removed qgis/core/additions/__init__.py
Empty file.
48 changes: 0 additions & 48 deletions qgis/core/additions/edit.py

This file was deleted.

51 changes: 0 additions & 51 deletions qgis/core/additions/fromfunction.py

This file was deleted.

75 changes: 0 additions & 75 deletions qgis/core/additions/metaenum.py

This file was deleted.

33 changes: 0 additions & 33 deletions qgis/core/additions/processing.py

This file was deleted.

47 changes: 0 additions & 47 deletions qgis/core/additions/projectdirtyblocker.py

This file was deleted.

43 changes: 0 additions & 43 deletions qgis/core/additions/providermetadata.py

This file was deleted.

27 changes: 0 additions & 27 deletions qgis/core/additions/qgsfeature.py

This file was deleted.

Loading

0 comments on commit 10e9049

Please sign in to comment.