Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Enum __repr__ string could be improved #2238

Closed
@koubaa

Description

@koubaa

Environment

  • Pythonnet version: 3.1.0
  • Python version: 3.11
  • Operating System: Windows
  • .NET Runtime: .NET FW

Details

  • Many .NET APIs use enum values as method return types or properties. In an interactive shell, it may be useful to see the enum value withrepr. This is how IronPython seems to do things:

IronPython 2.7.4 (2.7.0.40) on .NET 4.0.30319.42000 (64-bit)
Type "help", "copyright", "credits" or "license" for more information.

import System
System.DayOfWeek.Monday
System.DayOfWeek.Monday

Python 3.11.4 (tags/v3.11.4:d2340ef, Jun 7 2023, 05:45:37) [MSC v.1934 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.

import clr; import System
System.DayOfWeek.Monday
<System.DayOfWeek object at 0x0000024D5BAC7300>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp