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

Commitad5343d

Browse files
committed
minor fixes
1 parentece1423 commitad5343d

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

‎src/embed_tests/GlobalTestsSetup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace Python.EmbeddingTest
77
// As the SetUpFixture, the OneTimeTearDown of this class is executed after
88
// all tests have run.
99
[SetUpFixture]
10-
publicclassGlobalTestsSetup
10+
publicpartialclassGlobalTestsSetup
1111
{
1212
[OneTimeTearDown]
1313
publicvoidFinalCleanup()

‎src/embed_tests/TestNativeTypeOffset.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
usingPython.Runtime;
1111

12-
namespacePython.EmbeddingPythonTest
12+
namespacePython.EmbeddingTest
1313
{
1414
publicclassTestNativeTypeOffset
1515
{

‎src/runtime/pystring.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,8 @@ public PyString(string s) : base(FromString(s))
6767

6868

6969
/// <summary>
70-
/// IsStringType Method
71-
/// </summary>
72-
/// <remarks>
7370
/// Returns true if the given object is a Python string.
74-
/// </remarks>
71+
/// </summary>
7572
publicstaticboolIsStringType(PyObjectvalue)
7673
{
7774
returnRuntime.PyString_Check(value.obj);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp