{ "info": { "author": "", "author_email": "support@angosso.net", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: GNU General Public License (GPL)" ], "description": "R\u00e9diger \u00ab Angosso.jpg \u00bb $angosso.net\r\ns[i] = x\titem i of s is replaced by x\t \r\ns[i:j] = t\tslice of s from i to j is replaced by the contents of the iterable t\t \r\ndel s[i:j]\tsame as s[i:j] = []\t \r\ns[i:j:k] = t\tthe elements of s[i:j:k] are replaced by those of t\t(1)\r\ndel s[i:j:k]\tremoves the elements of s[i:j:k] from the list\t \r\ns.append(x)\tsame as s[len(s):len(s)] = [x]\t(2)\r\ns.extend(x)\tsame as s[len(s):len(s)] = x\t(3)\r\ns.count(x)\treturn number of i\u2018s for which s[i] == x\t \r\ns.index(x[, i[, j]])\treturn smallest k such that s[k] == x and i <= k < j\t(4)\r\ns.insert(i, x)\tsame as s[i:i] = [x]\t(5)\r\ns.pop([i])\tsame as x = s[i]; del s[i]; return x\t(6)\r\ns.remove(x)\tsame as del s[s.index(x)]\t(4)\r\ns.reverse()\treverses the items of s in place\t(7)\r\ns.sort([cmp[, key[, reverse]]])\r\n\r\n>>> from string import Template\r\n>>> s = Template('$who likes $what')\r\n>>> s.substitute(who='angosso', what='ubuntu NIS')\r\n'angosso likes ubuntu NIS'\r\n>>> d = dict(who='angosso')\r\n>>> Template('Give $who $100').substitute(d)\r\nTraceback (most recent call last):\r\n[...]\r\nValueError: Invalid placeholder in string: line 1, col 10\r\n>>> Template('$who likes $what').substitute(d)\r\nTraceback (most recent call last):\r\n[...]\r\nKeyError: 'what'\r\n>>> Template('$who likes $what').safe_substitute(d)\r\n'angosso likes $what'", "description_content_type": null, "docs_url": null, "download_url": "https://sourceforge.net/projects/angosso/", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.angosso.net/", "keywords": "Angosso", "license": "Linux Ubuntu", "maintainer": "", "maintainer_email": "support@angosso.net", "name": "Roger-Mbiama-Assogo", "package_url": "https://pypi.org/project/Roger-Mbiama-Assogo/", "platform": "Python 2.2 for AIX/Linux", "project_url": "https://pypi.org/project/Roger-Mbiama-Assogo/", "project_urls": { "Download": "https://sourceforge.net/projects/angosso/", "Homepage": "http://www.angosso.net/" }, "release_url": "https://pypi.org/project/Roger-Mbiama-Assogo/Python%20v2.7/", "requires_dist": null, "requires_python": null, "summary": "Built-in Fonction", "version": "Python v2.7" }, "last_serial": 710390, "releases": { "Python v2.7": [] }, "urls": [] }