Top Deprecated
Jython 3.0.0-snapshot

Deprecated API


No API in this release is deprecated for removal.

Deprecated Item Summary

SinceDeprecated Item and Description

Returns:

equivalent int
org.python.core.Py.val
(int
to represent
value
)

Use primitive auto-boxed or Integer.valueOf.

org.python.core.PyType.Spec.Spec(String
of the type
name
,
Class<?>
in which operations are defined
definingClass
,
MethodHandles.Lookup
authorisation to access implClass
lookup
)

Use Spec(String, Lookup) instead

Returns:

a valid decimal as an encoded String
org.python.core.PyUnicode.encodeDecimal
()

Returns:

formatted string
org.python.core.PyUnicode.fromFormat
(String
format string (Java semantics)
fmt
,
Object...
arguments
args
)

org.python.core.stringlib.InternalFormat.AbstractFormatter.setBytes(boolean
true to signal the intention to make a byte-like interpretation
bytes
)