Creates a PyFloatObject object based on the string value instr, or NULL on failure.
str の文字列値をもとに PyFloatObject オブジェクトを生成します。 失敗すると NULL を返します。 - Python
Return a new PyLongObject based on the string value instr, which is interpreted according to the radix in base. str の文字列値に基づいて、新たな PyLongObject を返します。 このとき base を基数として文字列を解釈します。 - Python
Replace at most maxcount occurrences of substr instr with replstr and return the resulting Unicode object.maxcount == -1 means replace all occurrences.
str 中に出現する substr を最大で maxcount 個replstr に置換し、置換結果を Unicode オブジェクトにして返します。 maxcount == -1 にすると、全ての substr を置換します。 - Python
Copyright 2001-2004 Python Software Foundation.All rights reserved. Copyright 2000 BeOpen.com.All rights reserved. Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved. Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.