- Sort Score
- Num 10 results
- Language All
- Labels All
Results 581 - 590 of over 10,000 for filetype:html (0.21 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
패키지와 임포트 | Scala Documentation
Tour of Scala 패키지와 임포트 Language 패키지와 임포트 스칼라는 패키지를 사용하여 프로그램을 모듈화할 수 있는 네임스페이스를 만든다. 패키지 만들기 패키지는 스칼라 파일 맨 위에 하나 이상의 ...docs.scala-lang.org/ko/tour/packages-and-imports.htmlFri Feb 06 04:30:27 GMT 2026 76.8K bytes -
json — JSON encoder and decoder — Python ...
Source code: Lib/json/__init__.py JSON (JavaScript Object Notation), specified by RFC 7159(which obsoletes RFC 4627) and by ECMA-404, is a lightweight data interchange format inspired by JavaScript...docs.python.org/3/library/json.htmlWed Apr 29 06:55:52 GMT 2026 17.7K bytes -
email.message: Representing an email message &#...
Source code: Lib/email/message.py The central class in the email package is the EmailMessage class, imported from the email.message module. It is the base class for the email object model. EmailMes...docs.python.org/3/library/email.message.htmlWed Apr 29 06:55:52 GMT 2026 16.3K bytes -
fractions — Rational numbers — Python 3.1...
Source code: Lib/fractions.py The fractions module provides support for rational number arithmetic. A Fraction instance can be constructed from a pair of rational numbers, from a single number, or ...docs.python.org/3/library/fractions.htmlTue Apr 28 13:41:05 GMT 2026 8.9K bytes -
argparse — Parser for command-line options, arg...
Source code: Lib/argparse.py Tutorial: This page contains the API reference information. For a more gentle introduction to Python command-line parsing, have a look at the argparse tutorial. The arg...docs.python.org/3/library/argparse.htmlTue Apr 28 13:41:05 GMT 2026 38K bytes -
ensurepip — Bootstrapping the pip installer ...
Source code: Lib/ensurepip The ensurepip package provides support for bootstrapping the pip installer into an existing Python installation or virtual environment. This bootstrapping approach reflec...docs.python.org/3/library/ensurepip.htmlTue Apr 28 13:41:04 GMT 2026 6K bytes -
calendar — General calendar-related functions &...
Source code: Lib/calendar.py This module allows you to output calendars like the Unix cal program, and provides additional useful functions related to the calendar. By default, these calendars have...docs.python.org/3/library/calendar.htmlTue Apr 28 13:41:05 GMT 2026 13.7K bytes -
Built-in Constants — Python 3.14.4 docume...
A small number of constants live in the built-in namespace. They are: Constants added by the site module: The site module (which is imported automatically during startup, except if the-S command-li...docs.python.org/3/library/constants.htmlTue Apr 28 13:41:05 GMT 2026 5.6K bytes -
random — Generate pseudo-random numbers —...
Source code: Lib/random.py This module implements pseudo-random number generators for various distributions. For integers, there is uniform selection from a range. For sequences, there is uniform s...docs.python.org/3/library/random.htmlWed Apr 29 06:55:53 GMT 2026 18.5K bytes -
cmd — Support for line-oriented command interpr...
Source code: Lib/cmd.py The Cmd class provides a simple framework for writing line-oriented command interpreters. These are often useful for test harnesses, administrative tools, and prototypes tha...docs.python.org/3/library/cmd.htmlWed Apr 29 06:55:52 GMT 2026 10.6K bytes