메인 콘텐츠로 건너뛰기

Documentation Index

Fetch the complete documentation index at: https://translations.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

GitHub 소스 코드

class Molecule

3D 분자 데이터용 W&B 클래스입니다.

메서드 Molecule.__init__

__init__(
    data_or_path: Union[str, pathlib.Path, ForwardRef('TextIO')],
    caption: Optional[str] = None,
    **kwargs: str
) → None
Molecule 객체를 초기화합니다. 인수:
  • data_or_path: Molecule 객체를 파일 이름 또는 IO 객체로부터 초기화할 수 있습니다.
  • caption: 분자를 표시할 때 함께 표시할 캡션입니다.