You are viewing an older version (9.12.0). Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython 9.12.0 / IPython / utils / ipstruct / Struct / copy

function

IPython.utils.ipstruct:Struct.copy

source: /IPython/utils/ipstruct.py :227

Signature

def   copy ( self )

Summary

Return a copy as a Struct.

Examples

s = Struct(a=10,b=30)
s2 = s.copy()
type(s2) is Struct
True

Aliases

  • IPython.core.interactiveshell.Struct.copy