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 0352fe3 commit d54d487Copy full SHA for d54d487
Doc/library/dis.rst
@@ -1163,6 +1163,18 @@ iterations of the loop.
1163
.. versionadded:: 3.6
1164
1165
1166
+.. opcode:: BUILD_INTERPOLATION
1167
+
1168
+ Constructs an :class:`~string.templatelib.Interpolation` object from the
1169
+ following components, and pushes it onto the stack:
1170
1171
+ * value: the evaluated result at runtime
1172
+ * name: the expression's source code as a string
1173
+ * format: the format specification
1174
1175
+ .. versionadded:: 3.14
1176
1177
1178
.. opcode:: BUILD_TEMPLATE
1179
1180
Create a :class:`~string.templatelib.Template` object consuming interpolations
0 commit comments