aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/doc
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2020-04-07 06:22:32 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2020-04-07 06:22:43 +0200
commit00dd9150030760544e17563eba2b2dc61ab55541 (patch)
tree9c9b0151fd8ca5a5f71bc925a39dc2e05fc520e4 /sources/shiboken2/doc
parentd3ef4859e0a2813f6f9d53185511d494d75c49bd (diff)
parent4fc3a3ac713cdde1453619ecf1116604c36d82b5 (diff)
Merge remote-tracking branch 'origin/5.14' into 5.15
Diffstat (limited to 'sources/shiboken2/doc')
-rw-r--r--sources/shiboken2/doc/typesystem_specifying_types.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/sources/shiboken2/doc/typesystem_specifying_types.rst b/sources/shiboken2/doc/typesystem_specifying_types.rst
index d296ccc80..5d086f4d3 100644
--- a/sources/shiboken2/doc/typesystem_specifying_types.rst
+++ b/sources/shiboken2/doc/typesystem_specifying_types.rst
@@ -309,7 +309,6 @@ object-type
allow-thread="..."
exception-handling="..."
hash-function="..."
- no-override-caching="yes | no"
stream="yes | no"
revision="..." />
</typesystem>
@@ -333,10 +332,6 @@ object-type
specify the default handling for the corresponding function modification
(see :ref:`modify-function`).
- The *optional* attribute **no-override-caching** can be used to turn off the
- caching of methods overridden in Python, which can trigger obscure bugs when
- setting attributes in Python 2.
-
interface-type
^^^^^^^^^^^^^^