We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b14986c commit 94bf17aCopy full SHA for 94bf17a
1 file changed
Doc/library/dis.rst
@@ -1162,6 +1162,13 @@ iterations of the loop.
1162
1163
.. versionadded:: 3.6
1164
1165
+.. opcode:: BUILD_TEMPLATE
1166
+
1167
+ Create a :class:`~string.templatelib.Template` object consuming interpolations
1168
+ and a string from the stack, and pushes the resulting template onto the stack.
1169
1170
+ .. versionadded:: 3.14
1171
1172
1173
.. opcode:: LIST_EXTEND (i)
1174
0 commit comments